Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CM-1038: Passing by Value vs Passing by Reference in C# #1972

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mahmoudmahm00d
Copy link

Add the main project which contains:

  • Passing by value (default)
  • Passing by reference (ref and out keywords)
  • Pass objects
  • Pass arrays

Add the test project

Add the main project which contains:
  - Passing by value (default)
  - Passing by reference (ref and out keywords)
  - Pass objects
  - Pass arrays

Add the test project
@mahmoudmahm00d mahmoudmahm00d changed the title CM-1038 CM-1038: Passing by Value vs Passing by Reference in C# Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant